POST /File/PromoteTransient/{id}/

Promotes a transient file to a real one.
 

Request

Method Request URI
POST /API/File/PromoteTransient/{id}/?sessionId=value

URI Parameters

URI Parameter Description
sessionId The ID of the current session. Specifying via an Authorization request header instead is recommended.

Path Parameters

Path Parameter Description
id The ID of the transient file to promote.

Request Headers

Authorization: Bearer <Current session ID>

Request Body

Name: options
Type: Dundas.BI.WebApi.Models.PromoteTransientOptions

Response

Response Body

A status code indicating success or the reason for failure.